Method LoadObjectsByIdsAsync<TProps>(List<long>, int?)
Load full objects by ID list via get_object_json function
public Task<List<TreeRedbObject<TProps>>> LoadObjectsByIdsAsync<TProps>(List<long> objectIds, int? propsDepth = null) where TProps : class, new()